/**
 * Theme Name: OceanWP Child
 * Theme URI: https://oceanwp.org/
 * Description: OceanWP WordPress theme example child theme.
 * Author: Nick
 * Author URI: https://oceanwp.org/
 * Template: oceanwp
 * Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.tbi-talentpool-apply-job .elementor-element-130cf3e,
.tbi-talentpool-job-detail .elementor-element-130cf3e {
  display: none;
}

.tbi-press-coverage-wrapper.container {
  max-width: 1140px;
}
.tbi-press-item {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 10px;
  border: 1px solid #f1f1f1;
}

.tbi-press-item .tbi-press-img {
  max-height: 100px;
  border: 1px solid #ccc;
}

h3.tbi-press-heading {
  width: 100%;
  margin-bottom: 20px;
}
h3.tbi-press-heading span {
  font-size: 12px;
  margin-left: 10px;
}
